home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gMovieRate
- puppetSprite(the clickOn, 1)
- puppetSound("TramAcel.aif")
- repeat while the stillDown = 1
- set the locV of sprite the clickOn to the mouseV
- set lBottom to the bottom of sprite 32
- set lPosition to lBottom - the locV of sprite the clickOn
- set lHeight to the height of sprite 32
- set lIncrement to lHeight / 10
- set lRate to lPosition / lIncrement
- set gMovieRate to lRate
- set the movieRate of sprite 1 to gMovieRate
- updateStage()
- end repeat
- set the movieRate of sprite 1 to 0
- updateStage()
- puppetSound(0)
- end
-